home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINWORDS / WINE02BX.ZIP / LISP / MODES / AWK-MODE.ELC < prev    next >
Text File  |  1993-03-28  |  2KB  |  28 lines

  1. ;;; compiled by @win386 on Sat Mar 13 14:30:06 1993
  2. ;;; from file c:/src/lucid-19.4/lisp/modes/awk-mode.el
  3. ;;; emacs version 19.3 Lucid.
  4. ;;; bytecomp version 2.08; 27-aug-92.
  5. ;;; optimization is on.
  6. ;;; this file uses opcodes which do not exist in Emacs18.
  7.  
  8. (if (and (boundp 'emacs-version)
  9.      (or (and (boundp 'epoch::version) epoch::version)
  10.          (string-lessp emacs-version "19")))
  11.     (error "This file was compiled for Emacs19."))
  12.  
  13. (defvar awk-mode-syntax-table nil "\
  14. Syntax table in use in Awk-mode buffers.")
  15. (byte-code "¼α┴ ┬├─#ê┬┼╞#ê┬╚╞#ê┬╔╩#ê┬╦╠#ê┬═╠#ê┬╬╠#ê┬╧╠#ê┬╨╠#ê┬╤╠#ê┬╥╠#ê┬╙╠#ê┬╘╠#ê┬╒╠#ê┬╓╫#ê┴ç" [awk-mode-syntax-table make-syntax-table modify-syntax-entry 92 "\\" 10 ">   " emacs-lisp-mode-syntax-table 12 35 "<   " 47 "." 42 43 45 61 37 60 62 38 124 39 "\""] 4)
  16. (defvar awk-mode-abbrev-table nil "\
  17. Abbrev table in use in Awk-mode buffers.")
  18. (define-abbrev-table 'awk-mode-abbrev-table nil)
  19. (fset 'awk-mode #[nil "└ ê┴\n!ê├┼╔\n!ê╦╠!ê═P ╦╧!ê ╦╨!ê╤╦╥!ê╙╦╘!ê╤╦╒!ê╓╦╫!ê╪╦┘!ê┌╦█!ê▄╦▌!ê▐▀α!ç" [kill-all-local-variables use-local-map c-mode-map awk-mode major-mode "AWK" mode-name awk-mode-abbrev-table local-abbrev-table set-syntax-table awk-mode-syntax-table make-local-variable paragraph-start "^$\\|" page-delimiter paragraph-separate paragraph-ignore-fill-prefix t indent-line-function awk-indent-line require-final-newline comment-start "# " comment-end "" comment-column 32 comment-start-skip "#+ *" comment-indent-hook c-comment-indent run-hooks awk-mode-hook] 2 "\
  20. Major mode for editing AWK code.
  21. This is much like C mode except for the syntax of comments.
  22. It uses the same keymap as C mode and has the same variables
  23. for customizing indentation.  It has its own abbrev table
  24. and its own syntax table.
  25.  
  26. Turning on AWK mode calls the value of the variable `awk-mode-hook'
  27. with no args, if that value is non-nil." nil])
  28.